deleteSprinterVehicle
deleteSprinterVehicle
Header Parameters
authorization string required
authorization
application/json
Request Body required
deleteSprinterVehicleRequest
dealerDepartmentUuidList string[]
requesterUserUuid string
sprinterVehicleUuidList string[]
Responses
- 200
- 204
- 401
- 403
OK
application/json
Schema
Example (from schema)
Schema
error object
status boolean
statusCode int32
warnings object[]
{
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"status": true,
"statusCode": 0,
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
No Content
Unauthorized
Forbidden
DELETE /sprinter
Request
Request
curl / cURL
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
python / requests
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
go / native
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
nodejs / axios
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
ruby / Net::HTTP
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
csharp / RestSharp
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
php / cURL
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
java / OkHttp
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'
powershell / RestMethod
curl -L -X DELETE '//api.mykaarma.com/mobile-service/sprinter' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"dealerDepartmentUuidList": [
"string"
],
"requesterUserUuid": "string",
"sprinterVehicleUuidList": [
"string"
]
}'